"use strict";(self.webpackChunkcgbetbook=self.webpackChunkcgbetbook||[]).push([[429],{7435:(Me,Ve,Ae)=>{Ae(1321),Ae(609)},609:function(Me,Ve,Ae){var Le,be,ke=this&&this.__spreadArray||function(we,pe,Ye){if(Ye||2===arguments.length)for(var Oe,Ne=0,vt=pe.length;Ne",this._properties=s&&s.properties||{},this._zoneDelegate=new O(this,this._parent&&this._parent._zoneDelegate,s)}return p.assertZonePatched=function(){if(e.Promise!==N.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")},Object.defineProperty(p,"root",{get:function(){for(var i=p.current;i.parent;)i=i.parent;return i},enumerable:!1,configurable:!0}),Object.defineProperty(p,"current",{get:function(){return Q.zone},enumerable:!1,configurable:!0}),Object.defineProperty(p,"currentTask",{get:function(){return Ee},enumerable:!1,configurable:!0}),p.__load_patch=function(i,s,c){if(void 0===c&&(c=!1),N.hasOwnProperty(i)){if(!c&&_)throw Error("Already loaded patch: "+i)}else if(!e["__Zone_disable_"+i]){var D="Zone:"+i;r(D),N[i]=s(e,p,te),o(D,D)}},Object.defineProperty(p.prototype,"parent",{get:function(){return this._parent},enumerable:!1,configurable:!0}),Object.defineProperty(p.prototype,"name",{get:function(){return this._name},enumerable:!1,configurable:!0}),p.prototype.get=function(i){var s=this.getZoneWith(i);if(s)return s._properties[i]},p.prototype.getZoneWith=function(i){for(var s=this;s;){if(s._properties.hasOwnProperty(i))return s;s=s._parent}return null},p.prototype.fork=function(i){if(!i)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,i)},p.prototype.wrap=function(i,s){if("function"!=typeof i)throw new Error("Expecting function got: "+i);var c=this._zoneDelegate.intercept(this,i,s),D=this;return function(){return D.runGuarded(c,this,arguments,s)}},p.prototype.run=function(i,s,c,D){Q={parent:Q,zone:this};try{return this._zoneDelegate.invoke(this,i,s,c,D)}finally{Q=Q.parent}},p.prototype.runGuarded=function(i,s,c,D){void 0===s&&(s=null),Q={parent:Q,zone:this};try{try{return this._zoneDelegate.invoke(this,i,s,c,D)}catch(ne){if(this._zoneDelegate.handleError(this,ne))throw ne}}finally{Q=Q.parent}},p.prototype.runTask=function(i,s,c){if(i.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(i.zone||R).name+"; Execution: "+this.name+")");if(i.state!==J||i.type!==U&&i.type!==M){var D=i.state!=q;D&&i._transitionTo(q,X),i.runCount++;var ne=Ee;Ee=i,Q={parent:Q,zone:this};try{i.type==M&&i.data&&!i.data.isPeriodic&&(i.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,i,s,c)}catch(Ie){if(this._zoneDelegate.handleError(this,Ie))throw Ie}}finally{i.state!==J&&i.state!==ee&&(i.type==U||i.data&&i.data.isPeriodic?D&&i._transitionTo(X,q):(i.runCount=0,this._updateTaskCount(i,-1),D&&i._transitionTo(J,q,J))),Q=Q.parent,Ee=ne}}},p.prototype.scheduleTask=function(i){if(i.zone&&i.zone!==this)for(var s=this;s;){if(s===i.zone)throw Error("can not reschedule task to ".concat(this.name," which is descendants of the original zone ").concat(i.zone.name));s=s.parent}i._transitionTo($,J);var c=[];i._zoneDelegates=c,i._zone=this;try{i=this._zoneDelegate.scheduleTask(this,i)}catch(D){throw i._transitionTo(ee,$,J),this._zoneDelegate.handleError(this,D),D}return i._zoneDelegates===c&&this._updateTaskCount(i,1),i.state==$&&i._transitionTo(X,$),i},p.prototype.scheduleMicroTask=function(i,s,c,D){return this.scheduleTask(new m(x,i,s,c,D,void 0))},p.prototype.scheduleMacroTask=function(i,s,c,D,ne){return this.scheduleTask(new m(M,i,s,c,D,ne))},p.prototype.scheduleEventTask=function(i,s,c,D,ne){return this.scheduleTask(new m(U,i,s,c,D,ne))},p.prototype.cancelTask=function(i){if(i.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(i.zone||R).name+"; Execution: "+this.name+")");i._transitionTo(C,X,q);try{this._zoneDelegate.cancelTask(this,i)}catch(s){throw i._transitionTo(ee,C),this._zoneDelegate.handleError(this,s),s}return this._updateTaskCount(i,-1),i._transitionTo(J,C),i.runCount=0,i},p.prototype._updateTaskCount=function(i,s){var c=i._zoneDelegates;-1==s&&(i._zoneDelegates=null);for(var D=0;D0,macroTask:c.macroTask>0,eventTask:c.eventTask>0,change:i})},p}(),m=function(){function p(i,s,c,D,ne,Ie){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=i,this.source=s,this.data=D,this.scheduleFn=ne,this.cancelFn=Ie,!c)throw new Error("callback is not defined");this.callback=c;var d=this;this.invoke=i===U&&D&&D.useG?p.invokeTask:function(){return p.invokeTask.call(e,d,this,arguments)}}return p.invokeTask=function(i,s,c){i||(i=this),ae++;try{return i.runCount++,i.zone.runTask(i,s,c)}finally{1==ae&&z(),ae--}},Object.defineProperty(p.prototype,"zone",{get:function(){return this._zone},enumerable:!1,configurable:!0}),Object.defineProperty(p.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),p.prototype.cancelScheduleRequest=function(){this._transitionTo(J,$)},p.prototype._transitionTo=function(i,s,c){if(this._state!==s&&this._state!==c)throw new Error("".concat(this.type," '").concat(this.source,"': can not transition to '").concat(i,"', expecting state '").concat(s,"'").concat(c?" or '"+c+"'":"",", was '").concat(this._state,"'."));this._state=i,i==J&&(this._zoneDelegates=null)},p.prototype.toString=function(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)},p.prototype.toJSON=function(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}},p}(),P=f("setTimeout"),S=f("Promise"),A=f("then"),L=[],V=!1;function K(p){if(ue||e[S]&&(ue=e[S].resolve(0)),ue){var i=ue[A];i||(i=ue.then),i.call(ue,p)}else e[P](p,0)}function ie(p){0===ae&&0===L.length&&K(z),p&&L.push(p)}function z(){if(!V){for(V=!0;L.length;){var p=L;L=[];for(var i=0;i=0;r--)"function"==typeof e[r]&&(e[r]=ut(e[r],t+"_"+r));return e}function Je(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&typeof e.set>"u")}var dt=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Qe=!("nw"in se)&&typeof se.process<"u"&&"[object process]"==={}.toString.call(se.process),et=!Qe&&!dt&&!(!$e||!xe.HTMLElement),_t=typeof se.process<"u"&&"[object process]"==={}.toString.call(se.process)&&!dt&&!(!$e||!xe.HTMLElement),Ge={},pt=function(e){if(e=e||se.event){var t=Ge[e.type];t||(t=Ge[e.type]=G("ON_PROPERTY"+e.type));var l,r=this||e.target||se,o=r[t];return et&&r===xe&&"error"===e.type?!0===(l=o&&o.call(this,e.message,e.filename,e.lineno,e.colno,e.error))&&e.preventDefault():null!=(l=o&&o.apply(this,arguments))&&!l&&e.preventDefault(),l}};function gt(e,t,r){var o=we(e,t);if(!o&&r&&we(r,t)&&(o={enumerable:!0,configurable:!0}),o&&o.configurable){var f=G("on"+t+"patched");if(!e.hasOwnProperty(f)||!e[f]){delete o.writable,delete o.value;var _=o.get,y=o.set,b=t.slice(2),O=Ge[b];O||(O=Ge[b]=G("ON_PROPERTY"+b)),o.set=function(m){var P=this;!P&&e===se&&(P=se),P&&("function"==typeof P[O]&&P.removeEventListener(b,pt),y&&y.call(P,null),P[O]=m,"function"==typeof m&&P.addEventListener(b,pt,!1))},o.get=function(){var m=this;if(!m&&e===se&&(m=se),!m)return null;var P=m[O];if(P)return P;if(_){var S=_.call(this);if(S)return o.set.call(this,S),"function"==typeof m[Ze]&&m.removeAttribute(t),S}return null},pe(e,t,o),e[f]=!0}}}function Et(e,t,r){if(t)for(var o=0;o=0&&"function"==typeof y[b.cbIdx]?qe(b.name,y[b.cbIdx],b,l):f.apply(_,y)}})}function De(e,t){e[G("OriginalDelegate")]=t}var Pt=!1,lt=!1;function Nt(){if(Pt)return lt;Pt=!0;try{var e=xe.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(lt=!0)}catch{}return lt}Zone.__load_patch("ZoneAwarePromise",function(e,t,r){var o=Object.getOwnPropertyDescriptor,l=Object.defineProperty;var _=r.symbol,y=[],b=!0===e[_("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],O=_("Promise"),m=_("then"),P="__creationTrace__";r.onUnhandledError=function(d){if(r.showUncaughtError()){var T=d&&d.rejection;T?console.error("Unhandled Promise rejection:",T instanceof Error?T.message:T,"; Zone:",d.zone.name,"; Task:",d.task&&d.task.source,"; Value:",T,T instanceof Error?T.stack:void 0):console.error(d)}},r.microtaskDrainDone=function(){for(var d=function(){var T=y.shift();try{T.zone.runGuarded(function(){throw T.throwOriginal?T.rejection:T})}catch(g){!function A(d){r.onUnhandledError(d);try{var T=t[S];"function"==typeof T&&T.call(this,d)}catch{}}(g)}};y.length;)d()};var S=_("unhandledPromiseRejectionHandler");function L(d){return d&&d.then}function V(d){return d}function ue(d){return s.reject(d)}var K=_("state"),ie=_("value"),z=_("finally"),R=_("parentPromiseValue"),J=_("parentPromiseState"),$="Promise.then",X=null,q=!0,C=!1,ee=0;function x(d,T){return function(g){try{te(d,T,g)}catch(v){te(d,!1,v)}}}var M=function(){var d=!1;return function(g){return function(){d||(d=!0,g.apply(null,arguments))}}},U="Promise resolved with itself",N=_("currentTaskTrace");function te(d,T,g){var v=M();if(d===g)throw new TypeError(U);if(d[K]===X){var w=null;try{("object"==typeof g||"function"==typeof g)&&(w=g&&g.then)}catch(H){return v(function(){te(d,!1,H)})(),d}if(T!==C&&g instanceof s&&g.hasOwnProperty(K)&&g.hasOwnProperty(ie)&&g[K]!==X)Ee(g),te(d,g[K],g[ie]);else if(T!==C&&"function"==typeof w)try{w.call(g,v(x(d,T)),v(x(d,!1)))}catch(H){v(function(){te(d,!1,H)})()}else{d[K]=T;var Z=d[ie];if(d[ie]=g,d[z]===z&&T===q&&(d[K]=d[J],d[ie]=d[R]),T===C&&g instanceof Error){var I=t.currentTask&&t.currentTask.data&&t.currentTask.data[P];I&&l(g,N,{configurable:!0,enumerable:!1,writable:!0,value:I})}for(var j=0;j2}).map(function(t){return t.substring(2)})}function he(e,t){if((!Qe||_t)&&!Zone[e.symbol("patchEvents")]){var r=t.__Zone_ignore_on_properties,o=[];if(et){var l=window;o=o.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);var f=function Rt(){try{var e=xe.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:l,ignoreProperties:["error"]}]:[];E(l,k(l),r&&r.concat(f),Ye(l))}o=o.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(var _=0;_"u"?delete r.configurable:r.configurable=o;try{return W(e,t,r)}catch(y){var l=!1;if(("createdCallback"===t||"attachedCallback"===t||"detachedCallback"===t||"attributeChangedCallback"===t)&&(l=!0),!l)throw y;var f=null;try{f=JSON.stringify(r)}catch{f=r.toString()}console.log("Attempting to configure '".concat(t,"' with descriptor '").concat(f,"' on object '").concat(e,"' and got error, giving up: ").concat(y))}}}function Dt(e,t){var r=e.getGlobalObjects();if((!r.isNode||r.isMix)&&!function It(e,t){var r=e.getGlobalObjects();if((r.isBrowser||r.isMix)&&!e.ObjectGetOwnPropertyDescriptor(HTMLElement.prototype,"onclick")&&typeof Element<"u"){var f=e.ObjectGetOwnPropertyDescriptor(Element.prototype,"onclick");if(f&&!f.configurable)return!1;if(f){e.ObjectDefineProperty(Element.prototype,"onclick",{enumerable:!0,configurable:!0,get:function(){return!0}});var y=!!document.createElement("div").onclick;return e.ObjectDefineProperty(Element.prototype,"onclick",f),y}}var b=t.XMLHttpRequest;if(!b)return!1;var O="onreadystatechange",m=b.prototype,P=e.ObjectGetOwnPropertyDescriptor(m,O);if(P)return e.ObjectDefineProperty(m,O,{enumerable:!0,configurable:!0,get:function(){return!0}}),y=!!(S=new b).onreadystatechange,e.ObjectDefineProperty(m,O,P||{}),y;var A=e.symbol("fake");e.ObjectDefineProperty(m,O,{enumerable:!0,configurable:!0,get:function(){return this[A]},set:function(K){this[A]=K}});var S,L=function(){};return(S=new b).onreadystatechange=L,y=S[A]===L,S.onreadystatechange=null,y}(e,t)){var f=typeof WebSocket<"u";(function Xt(e){for(var t=e.symbol("unbound"),r=function(l){var f=At[l],_="on"+f;self.addEventListener(f,function(y){var O,m,b=y.target;for(m=b?b.constructor.name+"."+_:"unknown."+_;b;)b[_]&&!b[_][t]&&((O=e.wrapWithCurrentZone(b[_],m))[t]=b[_],b[_]=O),b=b.parentElement},!0)},o=0;o1?new f(b,O):new f(b),A=e.ObjectGetOwnPropertyDescriptor(m,"onmessage");return A&&!1===A.configurable?(P=e.ObjectCreate(m),S=m,[o,l,"send","close"].forEach(function(L){P[L]=function(){var V=e.ArraySlice.call(arguments);if(L===o||L===l){var ue=V.length>0?V[0]:void 0;if(ue){var K=Zone.__symbol__("ON_PROPERTY"+ue);m[K]=P[K]}}return m[L].apply(m,V)}})):P=m,e.patchOnProperties(P,["close","error","message","open"],S),P};var _=t.WebSocket;for(var y in f)_[y]=f[y]}(e,t),Zone[e.symbol("patchEvents")]=!0}}Zone.__load_patch("util",function(e,t,r){var o=k(e);r.patchOnProperties=Et,r.patchMethod=Ce,r.bindArguments=Ke,r.patchMacroTask=yt;var l=t.__symbol__("BLACK_LISTED_EVENTS"),f=t.__symbol__("UNPATCHED_EVENTS");e[f]&&(e[l]=e[f]),e[l]&&(t[l]=t[f]=e[l]),r.patchEventPrototype=n,r.patchEventTarget=kt,r.isIEOrEdge=Nt,r.ObjectDefineProperty=pe,r.ObjectGetOwnPropertyDescriptor=we,r.ObjectCreate=Ne,r.ArraySlice=vt,r.patchClass=Ue,r.wrapWithCurrentZone=ut,r.filterProperties=h,r.attachOriginToPatched=De,r._redefineProperty=Object.defineProperty,r.patchCallbacks=u,r.getGlobalObjects=function(){return{globalSources:Tt,zoneSymbolEventNames:Te,eventNames:o,isBrowser:et,isMix:_t,isNode:Qe,TRUE_STR:Se,FALSE_STR:Pe,ZONE_SYMBOL_PREFIX:Re,ADD_EVENT_LISTENER_STR:Oe,REMOVE_EVENT_LISTENER_STR:at}}});var e,t,At=ke(ke(ke(ke(ke(ke(ke(ke([],["abort","animationcancel","animationend","animationiteration","auxclick","beforeinput","blur","cancel","canplay","canplaythrough","change","compositionstart","compositionupdate","compositionend","cuechange","click","close","contextmenu","curechange","dblclick","drag","dragend","dragenter","dragexit","dragleave","dragover","drop","durationchange","emptied","ended","error","focus","focusin","focusout","gotpointercapture","input","invalid","keydown","keypress","keyup","load","loadstart","loadeddata","loadedmetadata","lostpointercapture","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","mousewheel","orientationchange","pause","play","playing","pointercancel","pointerdown","pointerenter","pointerleave","pointerlockchange","mozpointerlockchange","webkitpointerlockerchange","pointerlockerror","mozpointerlockerror","webkitpointerlockerror","pointermove","pointout","pointerover","pointerup","progress","ratechange","reset","resize","scroll","seeked","seeking","select","selectionchange","selectstart","show","sort","stalled","submit","suspend","timeupdate","volumechange","touchcancel","touchmove","touchstart","touchend","transitioncancel","transitionend","waiting","wheel"],!0),["webglcontextrestored","webglcontextlost","webglcontextcreationerror"],!0),["autocomplete","autocompleteerror"],!0),["toggle"],!0),["afterscriptexecute","beforescriptexecute","DOMContentLoaded","freeze","fullscreenchange","mozfullscreenchange","webkitfullscreenchange","msfullscreenchange","fullscreenerror","mozfullscreenerror","webkitfullscreenerror","msfullscreenerror","readystatechange","visibilitychange","resume"],!0),["absolutedeviceorientation","afterinput","afterprint","appinstalled","beforeinstallprompt","beforeprint","beforeunload","devicelight","devicemotion","deviceorientation","deviceorientationabsolute","deviceproximity","hashchange","languagechange","message","mozbeforepaint","offline","online","paint","pageshow","pagehide","popstate","rejectionhandled","storage","unhandledrejection","unload","userproximity","vrdisplayconnected","vrdisplaydisconnected","vrdisplaypresentchange"],!0),["beforecopy","beforecut","beforepaste","copy","cut","paste","dragstart","loadend","animationstart","search","transitionrun","transitionstart","webkitanimationend","webkitanimationiteration","webkitanimationstart","webkittransitionend"],!0),["activate","afterupdate","ariarequest","beforeactivate","beforedeactivate","beforeeditfocus","beforeupdate","cellchange","controlselect","dataavailable","datasetchanged","datasetcomplete","errorupdate","filterchange","layoutcomplete","losecapture","move","moveend","movestart","propertychange","resizeend","resizestart","rowenter","rowexit","rowsdelete","rowsinserted","command","compassneedscalibration","deactivate","help","mscontentzoom","msmanipulationstatechanged","msgesturechange","msgesturedoubletap","msgestureend","msgesturehold","msgesturestart","msgesturetap","msgotpointercapture","msinertiastart","mslostpointercapture","mspointercancel","mspointerdown","mspointerenter","mspointerhover","mspointerleave","mspointermove","mspointerout","mspointerover","mspointerup","pointerout","mssitemodejumplistitemremoved","msthumbnailclick","stop","storagecommit"],!0);e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},t=e.__Zone_symbol_prefix||"__zone_symbol__",e[function r(o){return t+o}("legacyPatch")]=function(){var o=e.Zone;o.__load_patch("defineProperty",function(l,f,_){_._redefineProperty=ft,function rt(){Y=Zone.__symbol__,W=Object[Y("defineProperty")]=Object.defineProperty,ve=Object[Y("getOwnPropertyDescriptor")]=Object.getOwnPropertyDescriptor,Be=Object.create,me=Y("unconfigurables"),Object.defineProperty=function(e,t,r){if(ge(e,t))throw new TypeError("Cannot assign to read only property '"+t+"' of "+e);var o=r.configurable;return"prototype"!==t&&(r=ze(e,t,r)),ce(e,t,r,o)},Object.defineProperties=function(e,t){Object.keys(t).forEach(function(_){Object.defineProperty(e,_,t[_])});for(var r=0,o=Object.getOwnPropertySymbols(t);r0){var re=M.invoke;M.invoke=function(){for(var p=N[t.__symbol__("loadfalse")],i=0;i{const Me=":";class De extends Error{constructor(n){super(`No translation found for ${We(n)}.`),this.parsedMessage=n,this.type="MissingTranslationError"}}const tt=function(a,...n){if(tt.translate){const h=tt.translate(a,n);a=h[0],n=h[1]}let u=kt(a[0],a.raw[0]);for(let h=1;htypeof globalThis<"u"&&globalThis||typeof global<"u"&&global||typeof window<"u"&&window||typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self)().$localize=tt}},Me=>{Me(Me.s=7435)}]);